home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2007 January, February, March & April
/
Chip-Cover-CD-2007-02.iso
/
Pakiet multimedia
/
Animacje, filmy i prezentacje
/
Edytory i konwertery filmow
/
Gordian Knot rippack 0.35.0 pack2
/
GordianKnot.RipPack.0.35.0.Setup.2.exe
/
AvisynthPlugins
/
IBob.xml
< prev
next >
Wrap
Extensible Markup Language
|
2004-08-17
|
809b
|
20 lines
<?xml version="1.0" encoding="utf-8"?>
<!--AviSynth plugin description version 1.1-->
<plugin name="IBob">
<description />
<filters>
<filter name="IBob" category="Deinterlacing & Pulldown Removal" helpfile="ibob" type="clip">
<description>This simple filter works identically to the Avisynth built-in Bob filter except that it uses linear interpolation instead of bicubic resizing.</description>
<colorspaces>
<colorspace>yv12</colorspace>
<colorspace>yuy2</colorspace>
</colorspaces>
<parameters>
<parameter name="clip" type="clip" default="" max="0" min="0" step="0" optional="True" paramList="False">
<description />
<items />
</parameter>
</parameters>
</filter>
</filters>
</plugin>